github.com/jackc/pgx/v5/internal/stmtcache.lruNode.sd (field)
10 uses
github.com/jackc/pgx/v5/internal/stmtcache (current package)
lru_cache.go#L9: sd *pgconn.StatementDescription
lru_cache.go#L51: return node.sd
lru_cache.go#L75: node.sd = sd
lru_cache.go#L88: c.invalidStmts = append(c.invalidStmts, node.sd)
lru_cache.go#L99: c.invalidStmts = append(c.invalidStmts, node.sd)
lru_cache.go#L100: c.invalidSet[node.sd.SQL] = struct{}{}
lru_cache.go#L139: c.invalidStmts = append(c.invalidStmts, node.sd)
lru_cache.go#L140: c.invalidSet[node.sd.SQL] = struct{}{}
lru_cache.go#L141: delete(c.m, node.sd.SQL)
lru_cache.go#L183: node.sd = nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)